home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 050a / label.zip / INSTALL.BAT next >
DOS Batch File  |  1991-12-07  |  594b  |  28 lines

  1. echo off
  2. if (%1)==() goto whoops
  3. cls
  4. echo Now installing Label Master on Drive %1... sit back and relax
  5. md %1:\lm5
  6. copy LM5SHELL.EXE %1:\lm5
  7. cls
  8. %1:
  9. cd\lm5
  10. LM5SHELL
  11. echo.
  12. echo    The subdirectory \LM5 now contains Label Master and documentation
  13. echo    files.
  14. echo.
  15. echo    For instructions on how to use Label Master, select Services at
  16. echo    the Main Menu, then Option M -Print Users Manual.
  17. echo.
  18. echo    Installation complete. Ready to start Label Master.
  19. echo.
  20. pause
  21. cls
  22. lm5
  23. goto quit
  24. :whoops
  25. echo You forgot to type a drive letter, please try again...
  26. :quit
  27.  
  28.